home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -in_the_mag- / emulation / amiga / uae-0.7.0b2 / src / include / sysconfig.h < prev    next >
C/C++ Source or Header  |  1998-01-20  |  6KB  |  217 lines

  1. /* src/include/sysconfig.h.  Generated automatically by configure.  */
  2. /* src/include/sysconfig.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define to empty if the keyword does not work.  */
  12. /* #undef const */
  13.  
  14. /* Define if your struct stat has st_blocks.  */
  15. #define HAVE_ST_BLOCKS 1
  16.  
  17. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  18. #define HAVE_UTIME_NULL 1
  19.  
  20. /* Define as __inline if that's what the C compiler calls it.  */
  21. /* #undef inline */
  22.  
  23. /* Define to `int' if <sys/types.h> doesn't define.  */
  24. /* #undef mode_t */
  25.  
  26. /* Define to `long' if <sys/types.h> doesn't define.  */
  27. /* #undef off_t */
  28.  
  29. /* Define to `int' if <sys/types.h> doesn't define.  */
  30. /* #undef pid_t */
  31.  
  32. /* Define if you need to in order for stat and other things to work.  */
  33. /* #undef _POSIX_SOURCE */
  34.  
  35. /* Define as the return type of signal handlers (int or void).  */
  36. #define RETSIGTYPE void
  37.  
  38. /* Define if you have the ANSI C header files.  */
  39. #define STDC_HEADERS 1
  40.  
  41. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  42. #define TIME_WITH_SYS_TIME 1
  43.  
  44. /* Define if your <sys/time.h> declares struct tm.  */
  45. /* #undef TM_IN_SYS_TIME */
  46.  
  47. /* Define if the X Window System is missing or not being used.  */
  48. #define X_DISPLAY_MISSING 1
  49.  
  50. /* The number of bytes in a char.  */
  51. #define SIZEOF_CHAR 1
  52.  
  53. /* The number of bytes in a int.  */
  54. #define SIZEOF_INT 4
  55.  
  56. /* The number of bytes in a long.  */
  57. #define SIZEOF_LONG 4
  58.  
  59. /* The number of bytes in a long long.  */
  60. #define SIZEOF_LONG_LONG 8
  61.  
  62. /* The number of bytes in a short.  */
  63. #define SIZEOF_SHORT 2
  64.  
  65. /* Define if you have the cfmakeraw function.  */
  66. #define HAVE_CFMAKERAW 1
  67.  
  68. /* Define if you have the getcwd function.  */
  69. #define HAVE_GETCWD 1
  70.  
  71. /* Define if you have the getopt function.  */
  72. #define HAVE_GETOPT 1
  73.  
  74. /* Define if you have the gettimeofday function.  */
  75. #define HAVE_GETTIMEOFDAY 1
  76.  
  77. /* Define if you have the mkdir function.  */
  78. #define HAVE_MKDIR 1
  79.  
  80. /* Define if you have the readdir_r function.  */
  81. /* #undef HAVE_READDIR_R */
  82.  
  83. /* Define if you have the rmdir function.  */
  84. #define HAVE_RMDIR 1
  85.  
  86. /* Define if you have the select function.  */
  87. #define HAVE_SELECT 1
  88.  
  89. /* Define if you have the sigaction function.  */
  90. #define HAVE_SIGACTION 1
  91.  
  92. /* Define if you have the statfs function.  */
  93. #define HAVE_STATFS 1
  94.  
  95. /* Define if you have the strdup function.  */
  96. #define HAVE_STRDUP 1
  97.  
  98. /* Define if you have the strerror function.  */
  99. #define HAVE_STRERROR 1
  100.  
  101. /* Define if you have the strstr function.  */
  102. #define HAVE_STRSTR 1
  103.  
  104. /* Define if you have the tcgetattr function.  */
  105. #define HAVE_TCGETATTR 1
  106.  
  107. /* Define if you have the <X11/forms.h> header file.  */
  108. /* #undef HAVE_X11_FORMS_H */
  109.  
  110. /* Define if you have the <curses.h> header file.  */
  111. #define HAVE_CURSES_H 1
  112.  
  113. /* Define if you have the <dirent.h> header file.  */
  114. #define HAVE_DIRENT_H 1
  115.  
  116. /* Define if you have the <fcntl.h> header file.  */
  117. #define HAVE_FCNTL_H 1
  118.  
  119. /* Define if you have the <features.h> header file.  */
  120. /* #undef HAVE_FEATURES_H */
  121.  
  122. /* Define if you have the <forms.h> header file.  */
  123. /* #undef HAVE_FORMS_H */
  124.  
  125. /* Define if you have the <getopt.h> header file.  */
  126. /* #undef HAVE_GETOPT_H */
  127.  
  128. /* Define if you have the <ggi/libggi.h> header file.  */
  129. /* #undef HAVE_GGI_LIBGGI_H */
  130.  
  131. /* Define if you have the <gtk/gtk.h> header file.  */
  132. /* #undef HAVE_GTK_GTK_H */
  133.  
  134. /* Define if you have the <linux/joystick.h> header file.  */
  135. /* #undef HAVE_LINUX_JOYSTICK_H */
  136.  
  137. /* Define if you have the <machine/soundcard.h> header file.  */
  138. /* #undef HAVE_MACHINE_SOUNDCARD_H */
  139.  
  140. /* Define if you have the <ncurses.h> header file.  */
  141. /* #undef HAVE_NCURSES_H */
  142.  
  143. /* Define if you have the <ndir.h> header file.  */
  144. /* #undef HAVE_NDIR_H */
  145.  
  146. /* Define if you have the <posix_opt.h> header file.  */
  147. /* #undef HAVE_POSIX_OPT_H */
  148.  
  149. /* Define if you have the <string.h> header file.  */
  150. #define HAVE_STRING_H 1
  151.  
  152. /* Define if you have the <strings.h> header file.  */
  153. #define HAVE_STRINGS_H 1
  154.  
  155. /* Define if you have the <sun/audioio.h> header file.  */
  156. /* #undef HAVE_SUN_AUDIOIO_H */
  157.  
  158. /* Define if you have the <sys/audioio.h> header file.  */
  159. /* #undef HAVE_SYS_AUDIOIO_H */
  160.  
  161. /* Define if you have the <sys/dir.h> header file.  */
  162. /* #undef HAVE_SYS_DIR_H */
  163.  
  164. /* Define if you have the <sys/ioctl.h> header file.  */
  165. #define HAVE_SYS_IOCTL_H 1
  166.  
  167. /* Define if you have the <sys/ipc.h> header file.  */
  168. #define HAVE_SYS_IPC_H 1
  169.  
  170. /* Define if you have the <sys/mount.h> header file.  */
  171. #define HAVE_SYS_MOUNT_H 1
  172.  
  173. /* Define if you have the <sys/ndir.h> header file.  */
  174. /* #undef HAVE_SYS_NDIR_H */
  175.  
  176. /* Define if you have the <sys/param.h> header file.  */
  177. #define HAVE_SYS_PARAM_H 1
  178.  
  179. /* Define if you have the <sys/select.h> header file.  */
  180. /* #undef HAVE_SYS_SELECT_H */
  181.  
  182. /* Define if you have the <sys/shm.h> header file.  */
  183. #define HAVE_SYS_SHM_H 1
  184.  
  185. /* Define if you have the <sys/soundcard.h> header file.  */
  186. /* #undef HAVE_SYS_SOUNDCARD_H */
  187.  
  188. /* Define if you have the <sys/stat.h> header file.  */
  189. #define HAVE_SYS_STAT_H 1
  190.  
  191. /* Define if you have the <sys/statfs.h> header file.  */
  192. /* #undef HAVE_SYS_STATFS_H */
  193.  
  194. /* Define if you have the <sys/statvfs.h> header file.  */
  195. /* #undef HAVE_SYS_STATVFS_H */
  196.  
  197. /* Define if you have the <sys/termios.h> header file.  */
  198. #define HAVE_SYS_TERMIOS_H 1
  199.  
  200. /* Define if you have the <sys/time.h> header file.  */
  201. #define HAVE_SYS_TIME_H 1
  202.  
  203. /* Define if you have the <sys/types.h> header file.  */
  204. #define HAVE_SYS_TYPES_H 1
  205.  
  206. /* Define if you have the <sys/vfs.h> header file.  */
  207. /* #undef HAVE_SYS_VFS_H */
  208.  
  209. /* Define if you have the <unistd.h> header file.  */
  210. #define HAVE_UNISTD_H 1
  211.  
  212. /* Define if you have the <utime.h> header file.  */
  213. #define HAVE_UTIME_H 1
  214.  
  215. /* Define if you have the <values.h> header file.  */
  216. #define HAVE_VALUES_H 1
  217.